const vendor/golang.org/x/text/unicode/norm.iSuccess
6 uses
vendor/golang.org/x/text/unicode/norm (current package)
composition.go#L209: iSuccess insertErr = -iota
composition.go#L221: return iSuccess
composition.go#L227: return iSuccess
composition.go#L262: return iSuccess
normalize.go#L519: if err := rb.insertFlush(rb.src, sp, info); err != iSuccess {
normalize.go#L543: if err := rb.insertFlush(rb.src, sp, info); err != iSuccess {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |